home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / online / tlaunch.exe / 0 / RCDATA / TFRM_WELCOME / TFRM_WELCOME.txt
Text File  |  1997-06-09  |  3KB  |  142 lines

  1. object frm_Welcome: Tfrm_Welcome
  2.   Left = 351
  3.   Top = 146
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Welcome to TurboLaunch!'
  7.   ClientHeight = 342
  8.   ClientWidth = 329
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 313
  20.     Height = 289
  21.   end
  22.   object lab_ShowWelcome: TLabel
  23.     Left = 26
  24.     Top = 322
  25.     Width = 49
  26.     Height = 13
  27.     Caption = 'on Startup'
  28.     Transparent = True
  29.   end
  30.   object lab_1: TLabel
  31.     Left = 16
  32.     Top = 48
  33.     Width = 298
  34.     Height = 49
  35.     AutoSize = False
  36.     Caption = 
  37.       'Configuring TurboLaunch is easy!  Each of the buttons on TurboLa' +
  38.       'unch can be configured to run any program.  Simply click on one ' +
  39.       'of the buttons to set it up for running a program.'
  40.     WordWrap = True
  41.   end
  42.   object Label1: TLabel
  43.     Left = 16
  44.     Top = 16
  45.     Width = 298
  46.     Height = 33
  47.     AutoSize = False
  48.     Caption = 
  49.       'Welcome to TurboLaunch: The fastest and easiest way to start all' +
  50.       ' of your favorite programs.'
  51.     Font.Color = clWindowText
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = [fsBold]
  55.     ParentFont = False
  56.     WordWrap = True
  57.   end
  58.   object Label2: TLabel
  59.     Left = 16
  60.     Top = 92
  61.     Width = 298
  62.     Height = 33
  63.     AutoSize = False
  64.     Caption = 
  65.       'You can also drag && drop programs, files, and shortcuts to any ' +
  66.       'of the buttons to quickly configure it!'
  67.     WordWrap = True
  68.   end
  69.   object Label3: TLabel
  70.     Left = 16
  71.     Top = 168
  72.     Width = 298
  73.     Height = 33
  74.     AutoSize = False
  75.     Caption = 
  76.       'To change the configuration of a button, simply right-click on t' +
  77.       'he button and select '#39'Properties'#39' from the popup menu.'
  78.     WordWrap = True
  79.   end
  80.   object Label4: TLabel
  81.     Left = 16
  82.     Top = 200
  83.     Width = 298
  84.     Height = 57
  85.     AutoSize = False
  86.     Caption = 
  87.       'Customizing TurboLaunch is a snap!  Right-click on any button, a' +
  88.       'nd select '#39'Configuration'#39' from the popup menu.  You can change t' +
  89.       'he number of buttons, or even organize them into groups!  Resize' +
  90.       ' the buttons!  Remove the title bar!'
  91.     WordWrap = True
  92.   end
  93.   object Label6: TLabel
  94.     Left = 16
  95.     Top = 124
  96.     Width = 298
  97.     Height = 45
  98.     AutoSize = False
  99.     Caption = 
  100.       'You can even set up buttons to do things such as activate your S' +
  101.       'creen Saver, Reboot your System, Log Off, Restart in MS-DOS mode' +
  102.       ', and much more!'
  103.     WordWrap = True
  104.   end
  105.   object Label5: TLabel
  106.     Left = 16
  107.     Top = 260
  108.     Width = 298
  109.     Height = 33
  110.     AutoSize = False
  111.     Caption = 
  112.       'Put TurboLaunch in your StartUp group so it'#39's handy every time y' +
  113.       'ou start Windows!'
  114.     WordWrap = True
  115.   end
  116.   object BitBtn1: TBitBtn
  117.     Left = 248
  118.     Top = 306
  119.     Width = 74
  120.     Height = 29
  121.     TabOrder = 0
  122.     Kind = bkOK
  123.   end
  124.   object cmd_Help: TBitBtn
  125.     Left = 152
  126.     Top = 306
  127.     Width = 90
  128.     Height = 29
  129.     Caption = 'More Help'
  130.     TabOrder = 1
  131.     Kind = bkHelp
  132.   end
  133.   object chk_ShowWelcome: TCheckBox
  134.     Left = 8
  135.     Top = 306
  136.     Width = 105
  137.     Height = 17
  138.     Caption = 'Show this Screen'
  139.     TabOrder = 2
  140.   end
  141. end
  142.